updating oE cursor
cursor
include console.e namespace console public procedure cursor(integer style)
selects a style of cursor.
Parameters:
- style : an integer defining the cursor shape.
Platform:
Windows
Comments:
In pixel-graphics modes no cursor is displayed.
Example 1:
cursor(BLOCK_CURSOR)
Cursor Type Constants:
See Also:
Not Categorized, Please Help
|